'宣言 Public Overloads Shared Function AsDataCollection(Of T As Class)( _ ByVal source As System.Collections.IEnumerable _ ) As IDataCollection(Of T)
public static IDataCollection<T> AsDataCollection<T>( System.Collections.IEnumerable source ) where T: class
パラメータ
- source
- The source of the data collection.
型パラメータ
- T
- The type of the data collection.